home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -in_the_mag- / under_the_bonnet / control / keysim / keysim.doc < prev    next >
Text File  |  1998-12-03  |  2KB  |  67 lines

  1. KeySim 1.0
  2.  
  3. Keyboard Simulator by Carsten Orthbandt.  06.07.1994
  4.  
  5. PREFACEPREFACE
  6.  
  7.  The program KeySim and this documentation may be freely
  8.  distributed as long as no more than a nominal fee is charged.
  9.  No commercial usage is permitted without written permission from
  10.  the autor (address given below).
  11.  
  12.  THIS SOFTWARE IS PROVIDED AS IS. THE AUTHOR IS NOT RESPONSIBLE FOR
  13.  ANY DAMAGES CAUSED BY THIS PROGRAM.
  14.  
  15. INTRODUCTION
  16.  
  17.  I have a nice trackball with five meters of cable. So I´m able to control
  18.  little games from by bed. But there´s one problem. Everytime I reach a
  19.  highscore or anything else requiring text input, I have to get up and use
  20.  the keyboard.
  21.  To avoid this I wrote this little program. It simulates input from keyboard
  22.  by gadgets.
  23.  
  24. REQUIREMENTS
  25.  
  26.  KeySim requires Workbench 2.0 (or higher) and
  27.  reqtools.library © by Nico François.
  28.  
  29. USAGE
  30.  
  31.  When startet, KeySim shows you a virtual Amiga keyboard. You press keys by
  32.  clicking the gadgets. All keystrokes are recorded. The qualifiers
  33.  SHIFT, ALT, AMIGA, CTRL and CAPSLOCK are switchable. The text is shown in
  34.  a line below the keyboard display.
  35.  When done with entering text, set the Delay and click GO!.
  36.  After the time specified with the Delay slider KeySim starts simulating the
  37.  selected keystrokes. While KeySim is waiting, select the screen, window or
  38.  gadget the input is for.
  39.  The History button has no function yet. If at least 10 people request me to
  40.  add this history feature, I´ll add this code.
  41.  
  42. BUGS & FUTURE PLANS
  43.  
  44.  - KeySim doesn´t handle deadend keys as ´ `.
  45.     This will be fixed very soon.
  46.  - GUI is not font sensitive.
  47.     I tried it, but it was impossible to create a good GUI fitting all fonts.
  48.     Because the window is already quite big, I use topaz 8.
  49.  - History doesn´t work.
  50.     Next release.
  51.  - Clipboard support.
  52.     I will add loading/saving from/to Clipboard. This implies ANSI<->RawKey mapping.
  53.     So not all functions will work right.
  54.  - PubScreen support.
  55.     Might be useful for usage in text editors or tetris games :)
  56.  
  57. AUTHOR
  58.  
  59.  Carsten Orthbandt
  60.  Hagedornstraße 71
  61.  12487 Berlin-Johannisthal
  62.  GERMANY
  63.  
  64.  email to:
  65.  s6357@fb1.fhtw-berlin.de
  66.  
  67.